This doesn't create a copy, it just provides a new version of the class
which provides behavior for a contiguous submatrix of the big.matrix.
Non-contiguous submatrices are not supported.
required path to the filebacked object, if applicable.
Value
A big.matrix which is actually a submatrix of a larger big.matrix.
It is not a physical copy. Only contiguous blocks may form a submatrix.
Details
The sub.big.matrix function allows a user to create a big.matrix
object that references a contiguous set of columns and rows of another
big.matrix object.
The is.sub.big.matrix function returns TRUE if the specified
argument is a sub.big.matrix object and return FALSE
otherwise.